home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000414_david20708@comcast.net_Wed Oct 6 14:05:55 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed1.nycmny01.us.to.verio.net!newspeer1.stngva01.us.to.verio.net!verio!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail
  2. NNTP-Posting-Date: Wed, 06 Oct 2004 10:50:57 -0500
  3. Date: Wed, 06 Oct 2004 11:50:55 -0400
  4. From: David Barr <david20708@comcast.net>
  5. User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040803)
  6. X-Accept-Language: en-us, en
  7. MIME-Version: 1.0
  8. Newsgroups: comp.protocols.kermit.misc
  9. Subject: Re: FTP/TLS site commands
  10. References: <evOdnTbSQtrJ3MHcRVn-pQ@comcast.com> <slrncloi1p.5sq.fdc@sesame.cc.columbia.edu> <UH37d.50224$Ot3.27129@twister.nyc.rr.com> <16udnRwW5_ax_cDcRVn-vg@comcast.com> <415D70DB.5080407@nyc.rr.com>
  11. In-Reply-To: <415D70DB.5080407@nyc.rr.com>
  12. Content-Type: text/plain; charset=us-ascii; format=flowed
  13. Content-Transfer-Encoding: 7bit
  14. Message-ID: <G5WdnZXgweP8ifncRVn-iw@comcast.com>
  15. Lines: 101
  16. NNTP-Posting-Host: 69.140.17.32
  17. X-Trace: sv3-FNSI78aykvlNaVVBDrwshqiww92/DuWCIZJE0+920R0c6anMWzkhpnONq8ke1elFFraF/4Q0Q3CvfPV!u9M4gBt4Y5D8nD+rgKLW7I7uNm2ay2r9DGeHVEXlCvuWL6HuDmYz7HIZ7nvn
  18. X-Complaints-To: abuse@comcast.net
  19. X-DMCA-Complaints-To: dmca@comcast.net
  20. X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
  21. X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
  22. X-Postfilter: 1.3.19
  23. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15195
  24.  
  25. Jeffrey Altman wrote:
  26.  > If you are received "SITE unknown option" that is coming
  27.  > from the First Health FTP Server.  I suggest you contact
  28.  > their technical support folks.
  29.  >
  30.  > Jeffrey Altman
  31.  
  32. I've contacted their tech support, and we have found a problem with 
  33. their site command.  However, the Kermit "ftp site help" command seems 
  34. to be broken.  Here's a session where I tried to use it:
  35.  
  36. C-Kermit 8.0.211, 10 Apr 2004, for IBM AIX 4.3
  37.   Copyright (C) 1985, 2004,
  38.    Trustees of Columbia University in the City of New York.
  39. Type ? or HELP for help.
  40. (/home/hci/) C-Kermit>set ftp auth tls
  41. (/home/hci/) C-Kermit>set auth tls verify no
  42. (/home/hci/) C-Kermit>ftp open secureftp.fhsc.com 21000
  43. Connected to secureftp.fhsc.com.
  44. TLS accepted as authentication type
  45. [TLS - DHE-RSA-AES128-SHA      SSLv3 Kx=DH       Au=RSA  Enc=AES(128) 
  46. Mac=SHA1
  47. Compression: None
  48. FTP Command channel is Private (encrypted)
  49. FTP Data channel is Private (encrypted)
  50.   Name (secureftp.fhsc.com:hci): 1344
  51.   Password:
  52. user logged in
  53. **********************************************************************
  54. You have successfully logged in to SecureFTP.FHSC.com.
  55. **********************************************************************
  56. user logged in
  57. Switching LOCUS for file-management commands to REMOTE.
  58. Remote system type is UNIX.
  59. Default transfer mode is BINARY
  60. (/home/hci/) C-Kermit>ftp site help
  61. (/home/hci/) C-Kermit>quit
  62. Good-Bye
  63. 221-************************************************************************
  64. 221-First Health Services appreciates your business.  Thank You.
  65. 221-************************************************************************
  66. Good-Bye
  67.  
  68. And here is a copy of the same commands on another FTP client:
  69.  
  70. davidb@mythtv:~/secureftp2/secureftp$ ./ftps.sh secureftp.fhsc.com 21000
  71. Glub Tech Secure FTP v2.0.12 [20040120]
  72. Copyright (c) 2000-04 Glub Tech, Inc.
  73.  
  74. !!! WARNING !!!: This is a non-standard port for FTP over SSL.
  75.  
  76. Continuing connection attempt...
  77. Attempting to make an implicit SSL connection to secureftp.fhsc.com on 
  78. port 21000.
  79. Connection failed: Unrecognized SSL message, plaintext connection?
  80. Attempting to make an explicit SSL connection to secureftp.fhsc.com on 
  81. port 21000.
  82. 220-SecureFTP.fhsc.com X2 WS_FTP Server 4.0.2 (92389617)
  83. 220-******************************************
  84. 220-******************************************
  85. 220-**   This server is restricted to       **
  86. 220-**   authorized First Health Services   **
  87. 220-**   business only.  Unauthorized       **
  88. 220-**   access is strictly prohibited.     **
  89. 220-******************************************
  90. 220-******************************************
  91. 220 SecureFTP.fhsc.com X2 WS_FTP Server 4.0.2 (92389617)
  92. AUTH TLS
  93. 234 SSL enabled and waiting for negotiation
  94. PBSZ 0
  95. 200 PBSZ=0
  96. PROT P
  97. 200 PRIVATE data channel protection level set
  98. Name (secureftp.fhsc.com:davidb): 1344
  99. USER 1344
  100. 331 Password required
  101. Password:
  102. PASS **********
  103. 230-user logged in
  104. 230-**********************************************************************
  105. 230-You have successfully logged in to SecureFTP.FHSC.com.
  106. 230-**********************************************************************
  107. 230 user logged in
  108. Type set to auto.
  109. ftps> site help
  110. SITE help
  111. 214-The following SITE commands are supported
  112.      CPWD password  (change password)
  113.      GMT            (use GMT for filetimes)
  114.      ULT            (use local time for filetimes)
  115.      UTF8           (force use of UTF8)
  116.      HELP
  117. 214 SITE command successful
  118. ftps> quit
  119. QUIT
  120. 221-Good-Bye
  121. 221-************************************************************************
  122. 221-First Health Services appreciates your business.  Thank You.
  123. 221-************************************************************************
  124. 221 Good-Bye
  125.